projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f581118
)
Whitespace fix.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 17 Aug 2007 04:30:09 +0000
(
04:30
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 17 Aug 2007 04:30:09 +0000
(
04:30
+0000)
lisp/progmodes/grep.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/grep.el
b/lisp/progmodes/grep.el
index bafe42b950f92c7a7292943ba3d4c6d9cde10c87..91518641938b65a1aa54c31dfb2ee71b9b8c7d9e 100644
(file)
--- a/
lisp/progmodes/grep.el
+++ b/
lisp/progmodes/grep.el
@@
-770,7
+770,8
@@
This command shares argument histories with \\[rgrep] and \\[grep]."
;; even when async processes aren't supported.
(compilation-start (if (and grep-use-null-device null-device)
(concat command " " null-device)
- command) 'grep-mode))
+ command)
+ 'grep-mode))
(if (eq next-error-last-buffer (current-buffer))
(setq default-directory dir))))))